CellRendererPixbuf: Never store pixbufs
authorAlexander Larsson <alexl@redhat.com>
Mon, 23 Oct 2017 13:03:31 +0000 (15:03 +0200)
committerAlexander Larsson <alexl@redhat.com>
Mon, 23 Oct 2017 13:28:33 +0000 (15:28 +0200)
commite205ae9fc1ce366aa2231577025a0ecfa25f64fb
tree0a07d5cb6ef9542d10e1fe62f3a8accae346f82c
parent2b194089dd525b74c532fdd95c0ab654ac88d295
CellRendererPixbuf: Never store pixbufs

Rather than store the pixbufs as themselves we immediately convert
them to surfaces. In the uncommon case that a pixbuf is read back
from the renderer we generate a new one from the surface data.
gtk/gtkcellrendererpixbuf.c